usePullup

@get:JvmName(name = "getUsePullup")
@set:JvmName(name = "setUsePullup")
var usePullup: Boolean
Whether or not use INPUT_PULLUP mode for GPIO pin
Only applicable if the board uses pull-up resistors on the pin

bool use_pullup = 8;